home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / bestand / compr / zg602std.exe / {app} / zipgenius.exe / 0 / RCDATA / TMESS / TMESS.txt < prev   
Text File  |  2005-11-09  |  1KB  |  62 lines

  1. object Mess: TMess
  2.   Left = 192
  3.   Top = 274
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 61
  7.   ClientWidth = 243
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDeactivate = FormDeactivate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 12
  24.     Top = 14
  25.     Width = 32
  26.     Height = 32
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object st1: TLabel
  30.     Left = 65
  31.     Top = 12
  32.     Width = 154
  33.     Height = 13
  34.     Caption = '______________________'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'Tahoma'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     Transparent = True
  42.   end
  43.   object g1: TJvWaitingGradient
  44.     Left = 64
  45.     Top = 40
  46.     Width = 154
  47.     Height = 3
  48.     Color = clWhite
  49.     EndColor = 14384717
  50.     GradientWidth = 50
  51.     Interval = 20
  52.     StartColor = clWhite
  53.     ParentColor = False
  54.   end
  55.   object Timer1: TTimer
  56.     Enabled = False
  57.     Interval = 5000
  58.     OnTimer = Timer1Timer
  59.     Top = 120
  60.   end
  61. end
  62.